Click or drag to resize

ItemAttachmentInfo Class

Represents information about an attachment.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ItemAttachmentInfo : AttachmentInfo

The ItemAttachmentInfo type exposes the following members.

Constructors
  NameDescription
Public methodItemAttachmentInfo
Initializes a new instance of the ItemAttachmentInfo class.
Top
Properties
  NameDescription
Public propertyContentId
Represents an identifier for the contents of an attachment.
(Inherited from AttachmentInfo.)
Public propertyContentLocation
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
(Inherited from AttachmentInfo.)
Public propertyContentType
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
(Inherited from AttachmentInfo.)
Public propertyId
Identifies the attachment.
(Inherited from AttachmentInfo.)
Public propertyIsInline
Represents whether the attachment appears inline within an item.
(Inherited from AttachmentInfo.)
Public propertyLastModifiedTime
Represents when the file attachment was last modified.
(Inherited from AttachmentInfo.)
Public propertyName
Represents the name of the attachment.
(Inherited from AttachmentInfo.)
Public propertySize
Represents the size in bytes of the file attachment.
(Inherited from AttachmentInfo.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current ItemAttachmentInfo object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also